.iw_poi_title {
    color: #84b0df;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

#menu .box li {
    background-color: #c2e9fb;
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5)
    /* background: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%); */
}
#menu .box li a{
    height: 50px;
    text-align: left;
    padding:0px;
    line-height: 50px;
    text-decoration: none;

    /* background: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%); */
}
#menu .box li a:hover {
    /*background-color: #c20f36;*/
    background-color: #3498db;
    color: white;
    text-decoration: none;
}
.box {
    display: none;
}


.fudong p{
    font-size: 14px;
}

.swiper-container {
    margin-top: 100px !important;
}

.text_box img{
    text-align: center !important;
}